Return to start page

For the second version, accepting a binary predicate, a specific comparison function to determine the "uniqueness" of an element can be specified. In fact, any behavior can be implemented (and not only a plain comparison), but notice that the function will call binaryPredicate.evaluate(x, x - 1)) for all pairs of elements (where x is an element) and remove x from the list if the predicate returns true.

Brief Description

-

Source File

Core/General/Struct Vector.j

Object

backwards should be faster

Authors

-

See Objects

-

Todos

-